From 174fbd9b61e2fddcf084e72068a6964871d72101 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 24 Nov 2002 03:52:22 +0000 Subject: [PATCH] Add selectors for GPX and pdb. --- gpsbabel/guibabel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsbabel/guibabel b/gpsbabel/guibabel index fe11b3db1..3370667c3 100755 --- a/gpsbabel/guibabel +++ b/gpsbabel/guibabel @@ -76,6 +76,8 @@ proc fileDialog {w ent operation} { {"All files" * } {"loc files" {.loc} } {"Waypoint files" {.wpt} } + {"GPX files" {.gpx} } + {"Various Palm/OS files" {.pdb} } } global ifile ofile if {$operation == "read"} { -- 2.30.2